projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3605e6c
)
Fix image-load-from-file reftest
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 1 May 2013 21:03:48 +0000
(17:03 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 1 May 2013 23:07:10 +0000
(19:07 -0400)
Need to reset css here to avoid theme interference.
tests/reftests/image-load-from-file.css
patch
|
blob
|
history
diff --git
a/tests/reftests/image-load-from-file.css
b/tests/reftests/image-load-from-file.css
index 023e42175c2949059ec2ea3fb7c080cde86c6f97..01c1249c11350491dc0a568140dd3e6cb29825e3 100644
(file)
--- a/
tests/reftests/image-load-from-file.css
+++ b/
tests/reftests/image-load-from-file.css
@@
-1,3
+1,5
@@
+@import "reset-to-defaults.css";
+
#reference1 {
background: lime;
}